home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / ctlr.h < prev    next >
C/C++ Source or Header  |  2007-03-01  |  775b  |  21 lines

  1. /*
  2.  * Copyright 1995, 1999 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */
  9.  
  10. /*
  11.  *    ctlr.h
  12.  *        External declarations for ctlr.c data structures.
  13.  */
  14.  
  15. extern int        buffer_addr;    /* buffer address */
  16. extern int        cursor_addr;    /* cursor address */
  17. extern struct ea    *ea_buf;    /* 3270 extended attribute buffer */
  18. extern Boolean        formatted;    /* contains at least one field? */
  19. extern Boolean        is_altbuffer;    /* in alternate-buffer mode? */
  20. extern unsigned char    *screen_buf;    /* 3270 display buffer */
  21.